* dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 22:54:33 +0000 (14:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 22:54:33 +0000 (14:54 -0800)
commit362648c9c16c92cfe49e6521318ae322f1ec5e4a
treec4d672a182b1631d01286cec535ed58395d16405
parent03ad426c7dd22c4abe60cff24d0e67dc149460fa
* dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.

(copy_glyph_row_contents): Remove; not used.
(frame_row_to_window, check_current_matrix_flags):
(window_change_signal): Now static, since they're not used elsewhere.
(check_current_matrix_flags): Surround with "#if 0", since its
only use is in a comment.  Maybe both the comment and the "#if 0"
stuff should be removed?
src/ChangeLog
src/dispnew.c